home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
IndexingKit
/
StoreFile
/
PB.project
< prev
next >
Wrap
Text File
|
1992-07-30
|
729b
|
26 lines
INSTALLDIR = "$(HOME)/Apps";
FILESTABLE = {
OTHER_LIBS = (Indexing_s, Media_s, NeXT_s);
CLASSES = (Controller.m, DataWrapper.m, StoreManager.m);
OTHER_RESOURCES = ();
OTHER_SOURCES = (Makefile, PB.gdbinit, PB.project, README.rtf, StoreFile.iconheader);
H_FILES = (Controller.h, DataWrapper.h, StoreManager.h);
INTERFACES = (StoreFile.nib, StoreManager.nib);
OTHER_LINKED = ();
M_FILES = (StoreFile_main.m);
};
GENERATEMAIN = YES;
DOCICONFILES = ();
APPCLASS = Application;
MAINNIB = StoreFile;
DOCEXTENSIONS = ();
PROJECTTYPE = Application;
PROJECTVERSION = 1.1;
LOCALIZABLE_FILES = {
StoreManager.nib;
StoreFile.nib;
};
PROJECTNAME = StoreFile;
SYSTEMEXTENSIONS = ();
LANGUAGE = English;